home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / termutil.0 / termutil / termutils-2.0 / fspec.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-30  |  893 b   |  27 lines

  1. /* Generated automatically from fspec.defs.  DO NOT EDIT. */
  2.  
  3. #include <tabs.h>
  4.  
  5. static int t_a[] = {1,10,16,36,72,0};
  6. static int t_a2[] = {1,10,16,40,72,0};
  7. static int t_c[] = {1,8,12,16,20,55,0};
  8. static int t_c2[] = {1,6,10,14,49,0};
  9. static int t_c3[] = {1,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,67,0};
  10. static int t_f[] = {1,7,11,15,19,23,0};
  11. static int t_p[] = {1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,0};
  12. static int t_s[] = {1,10,55,0};
  13. static int t_u[] = {1,12,20,44,0};
  14.  
  15. struct fspec_table fspec_table[] = {
  16.   {"a", t_a, "Assembler, IBM S/370, first format"},
  17.   {"a2", t_a2, "Assembler, IBM S/370, second format"},
  18.   {"c", t_c, "COBOL, normal format"},
  19.   {"c2", t_c2, "COBOL, compact format"},
  20.   {"c3", t_c3, "COBOL, compact format with more tab stops"},
  21.   {"f", t_f, "FORTRAN"},
  22.   {"p", t_p, "PL/I"},
  23.   {"s", t_s, "SNOBOL"},
  24.   {"u", t_u, "UNIVAC 1100 Assembler"},
  25.   {0, 0}
  26. };
  27.